home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 692 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: vm.uni-bocconi.it!s592345
  2. Organization: Univ. BOCCONI, Milano, Italy (node IMIBOCCO on EARN/BITNET)
  3. Date: Wed, 10 Jan 1996 17:53:15 SET
  4. From: <S592345@vm.uni-bocconi.it>
  5. Message-ID: <96010.175315S592345@vm.uni-bocconi.it>
  6. Newsgroups: comp.sys.amiga.programmer
  7. Subject: ReadArgs
  8.  
  9. I have to parse a string using the DOS templates, so I use the ReadArgs and
  10. ReadItem functions with a RDArgs struct provided by me.
  11.  
  12. The RDA_Source element is a CSource which points to my string.
  13.  
  14. It works, I can parse my string in this way.
  15.  
  16. The problem is:
  17.  
  18. How can I avoid the ReadArgs and ReadItem function to handle the *n *e
  19. as linefeed and escape ?
  20.  
  21. I want the string AS IS, *n should be asterisk n , not linefeed.
  22.  
  23. Is there a flags or something else to avoid this ?
  24.  
  25. Thank you.
  26.  
  27. /**************************************************************************
  28. * <Marco Negri> s592345@vm.uni-bocconi.it - Novate Milanese (MI) - ITALIA *
  29. * Amiga Developer: A4000/030-4MB RAM-120MB HD-OS 3.1                      *
  30. * Author of Blacks Editor and MyClock                                     *
  31. **************************************************************************/
  32.